home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uAddToGroup.dfm < prev    next >
Encoding:
Text File  |  2004-06-30  |  3.7 KB  |  177 lines

  1. object frmAddToGroup: TfrmAddToGroup
  2.   Left = 422
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add To Group Wizard'
  6.   ClientHeight = 356
  7.   ClientWidth = 493
  8.   Color = clBtnFace
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 314
  22.     Width = 493
  23.     Height = 9
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Button1: TButton
  28.     Left = 316
  29.     Top = 324
  30.     Width = 77
  31.     Height = 25
  32.     Caption = '&Finish'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 404
  38.     Top = 324
  39.     Width = 77
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 493
  50.     Height = 314
  51.     Align = alTop
  52.     BevelOuter = bvNone
  53.     Color = clWhite
  54.     TabOrder = 2
  55.     object Label1: TLabel
  56.       Left = 176
  57.       Top = 84
  58.       Width = 42
  59.       Height = 13
  60.       Caption = 'Contact:'
  61.     end
  62.     object lblName: TTntLabel
  63.       Left = 228
  64.       Top = 84
  65.       Width = 42
  66.       Height = 13
  67.       Caption = '<name>'
  68.     end
  69.     object Label2: TLabel
  70.       Left = 176
  71.       Top = 104
  72.       Width = 33
  73.       Height = 13
  74.       Caption = 'Group:'
  75.     end
  76.     object lblGroup: TTntLabel
  77.       Left = 228
  78.       Top = 104
  79.       Width = 28
  80.       Height = 13
  81.       Caption = 'group'
  82.     end
  83.     object Image1: TImage
  84.       Left = 0
  85.       Top = 0
  86.       Width = 164
  87.       Height = 314
  88.       Align = alLeft
  89.       AutoSize = True
  90.       Center = True
  91.     end
  92.     object Label3: TLabel
  93.       Left = 176
  94.       Top = 44
  95.       Width = 305
  96.       Height = 33
  97.       AutoSize = False
  98.       Caption = 
  99.         'This wizard will help you add a contact to a group. You can use ' +
  100.         'default contact'#39's number or select from a numbers list below.'
  101.       Transparent = True
  102.       WordWrap = True
  103.     end
  104.     object lbProductName: TLabel
  105.       Left = 176
  106.       Top = 12
  107.       Width = 135
  108.       Height = 25
  109.       Caption = 'Add to group'
  110.       Font.Charset = ANSI_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -21
  113.       Font.Name = 'Tahoma'
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.       Transparent = True
  117.     end
  118.     object lblNumber: TLabel
  119.       Left = 192
  120.       Top = 152
  121.       Width = 36
  122.       Height = 13
  123.       Caption = 'number'
  124.     end
  125.     object RadioButton1: TRadioButton
  126.       Left = 176
  127.       Top = 128
  128.       Width = 125
  129.       Height = 17
  130.       Caption = 'Use default number:'
  131.       Checked = True
  132.       TabOrder = 0
  133.       TabStop = True
  134.       OnClick = RadioButtonClick
  135.     end
  136.     object RadioButton2: TRadioButton
  137.       Left = 176
  138.       Top = 176
  139.       Width = 133
  140.       Height = 17
  141.       Caption = 'Use custom numbers:'
  142.       TabOrder = 1
  143.       OnClick = RadioButtonClick
  144.     end
  145.     object clNumbers: TTntCheckListBox
  146.       Left = 192
  147.       Top = 204
  148.       Width = 289
  149.       Height = 69
  150.       BevelKind = bkFlat
  151.       BorderStyle = bsNone
  152.       Color = clBtnFace
  153.       Enabled = False
  154.       ItemHeight = 13
  155.       TabOrder = 2
  156.     end
  157.     object RadioButton3: TRadioButton
  158.       Left = 176
  159.       Top = 284
  160.       Width = 137
  161.       Height = 17
  162.       Caption = 'Use all phone numbers'
  163.       TabOrder = 3
  164.       OnClick = RadioButtonClick
  165.     end
  166.   end
  167.   object Button3: TButton
  168.     Left = 239
  169.     Top = 324
  170.     Width = 77
  171.     Height = 25
  172.     Caption = '< &Previous'
  173.     Enabled = False
  174.     TabOrder = 3
  175.   end
  176. end
  177.